home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / teletub.swf / scripts / DefineButton2_273 / BUTTONCONDACTION on(press, keyPress 1).as
Text File  |  2001-11-21  |  563b  |  24 lines

  1. on(press, keyPress "1"){
  2.    set("/:Weapon","1");
  3.    setProperty("/Weapon1", _visible, "1");
  4.    setProperty("/Weapon2", _visible, "0");
  5.    setProperty("/Weapon3", _visible, "0");
  6.    tellTarget("/Weapon2")
  7.    {
  8.       gotoAndStop("Hide");
  9.       tellTarget("/Weapon3")
  10.       {
  11.          gotoAndStop("Hide");
  12.       }
  13.       tellTarget("/Sounds")
  14.       {
  15.          gotoAndStop("WeaponChange");
  16.          tellTarget("/Weapon1")
  17.          {
  18.             gotoAndPlay(1);
  19.          }
  20.          startDrag("/Cursor","1","40","390","600","480");
  21.       }
  22.    }
  23. }
  24.